PlayerState

enum PlayerState : Enum<PlayerState>

The Player state.

Entries

ENDED
Link copied to clipboard
The player reached a terminal state which is the result of one of the following conditions:
PLAYING
Link copied to clipboard
The player is playing the content.
BUFFERING
Link copied to clipboard
The player is buffering the content.
READY
Link copied to clipboard
The player is ready to play the selected source.
IDLE
Link copied to clipboard
The player has successfully connected and is preparing playback or has been paused.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int